home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / battleinmegaville.swf / scripts / DefineButton2_1476 / BUTTONCONDACTION on(release).as
Text File  |  2006-09-05  |  112b  |  7 lines

  1. on(release){
  2.    _continue = false;
  3.    _gameMode = MODE_STORY;
  4.    _numplayers = 1;
  5.    gotoAndPlay(1256);
  6. }
  7.